DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class / Contains Method
The item to locate in the view.

In This Topic
    Contains Method (View<T>)
    In This Topic
    Determines whether the view contains a specified item.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As T _
    ) As Boolean
    public bool Contains( 
       T item
    )

    Parameters

    item
    The item to locate in the view.

    Return Value

    true if the view contains the specified item; otherwise, false.
    See Also